home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / MSWLGO35.ZIP / EXAMPLES / READ.ME < prev    next >
Text File  |  1993-10-13  |  2KB  |  59 lines

  1. Note each example file is commented at the head as to how to use it.
  2.  
  3. Program        Purpose/Function
  4. -------------------------------------------------------------------------------
  5.  
  6. * Examples mostly from Brian Harvey's books on Logo
  7.  
  8. ALGS        Assorted logo algorythms
  9. COMPILE        Logo Precompiler for functions with MAP
  10. CRYPTO        Cryptography helper (Uses Cursor, needs rework for Msw)
  11. DOCSETUP    Simulated intelligent Doctor
  12. DOCTOR        Simulated intelligent Doctor (Pre-Initialized)
  13. FORMAT        Formats Text into Paragraphs with margins etc.
  14. FSM        Finite State Machine Parser (Uses Cursor, needs rework for Msw)
  15. MATCH        Regular Expression Evaluator
  16. MATH        Logiv Analaysis Program (very nice)
  17. PLAYFAIR    Encryption Program
  18. PLOT        Plots harmonic functions?
  19. POUR        Packing program (knapsack?)
  20. PP        Logo list Pretty Printer
  21. SOLITAIR    Solitaire Game (Uses Cursor, needs rework for Msw)
  22. STUDENT        Mathamatical Word Problem solver (incredable)
  23. TTT        Tic Tac Toe game
  24.  
  25. * Examples using some of MswLogo's graphical extensions
  26.  
  27. CLOCK        Graphical Real Working Clock
  28. HANOI        Graphical soultion to Towers of Hanio
  29.  
  30. * Examples using the PASCAL interpretor (Written in LOGO)
  31.  
  32. PASCAL        Pascal compiler (Load this first)
  33.         COMPILE "name.PAS
  34.         PRUN "name
  35. CARDS.PAS    Shuffle ordered deck of cards example.
  36. MULTI.PAS    Multinomial expansion problem.
  37. PSORT.PAS    Partition Sort Example.
  38. TOWER.PAS    Solves Tower of Hanoi Textually
  39.  
  40. * Examples of using your sound card through MswLogo/Windows
  41.  
  42. SOUNDS.MCI    Loads and Plays 2 .WAV files on sound card
  43. ECHO.MCI    Echo's your voice on sounds card
  44.  
  45. * Examples of using your Compact Disk Player through MswLogo/Windows 
  46.  
  47. CDROM.MCI    Simple non graphical CD player.
  48.  
  49. * Examples of using Logo's API to Windows
  50.  
  51. CALC.WIN    Simple Windows Calculator
  52. MODELESS.WIN    Shows most controls available
  53. MODAL.WIN    Shows most controls available but in MODAL mode (see Help)
  54. VISUAL.WIN    Start of a Visual Dialog Editor
  55.  
  56. * Examples of using MIDI (Musical Instrument Data Interchange)
  57.  
  58. MIDI.WIN    Makes your keyboard into 127 instruments
  59.